Crate mintex

source ·
Expand description

mintex is a minimal Mutex.

Most of the implementation is lifted from std::sync::Mutex. The reason for this mutex existing is that I’d like a mutex which is quite lightweight and does not perform allocations.

Structs